Which browser does my computer use to open a Web page? [on hold]
Posted
by
msh210
on Server Fault
See other posts from Server Fault
or by msh210
Published on 2013-06-26T03:22:51Z
Indexed on
2013/06/26
4:22 UTC
Read the original article
Hit count: 488
I know little about networking the Internet, but, from what I understand, it works — very approximately — as follows:
- I, sitting at the computer
example.com
, send a message saying, roughly, "gethttp://s.tk
" to my ISP, which passes the message along, eventually to the machine ats.tk
. - The
s.tk
machine gets "example.comhas sent 'get
http://s.tk'", so sends
somefileto its ISP which passes the file along, eventually to the machine at
example.com`.
When the file gets back to example.com
, my computer, how does my computer know what to do with it? I'm sure the headers (or something else) indicate it's a Web page rather than, say, a Usenet post — that's not my question. My question is: how does it know whether to display the Web page in my open Opera window or my open Firefox window, or my other open Firefox window, or, heck, to open a new browser instance?
© Server Fault or respective owner